Skip to content

Spawn merge pipeline from new compactor#6284

Open
nadav-govari wants to merge 3 commits intonadav/pr3from
nadav/pr4
Open

Spawn merge pipeline from new compactor#6284
nadav-govari wants to merge 3 commits intonadav/pr3from
nadav/pr4

Conversation

@nadav-govari
Copy link
Copy Markdown
Collaborator

Description

Refactors the MergeScratch to not use the tracking objects that the MergePlanner used to keep track of ongoing merges, since merges are now one shots and are tracked in short-lived objects directly.

I'm trying to keep the existing stuff from breaking so that we can still run CI on these PRs. As a result there will be a decent amount of dead code that I'll need to go back and change.

How was this PR tested?

Unit tests. Nothing to really test significantly yet.

.set_throughput_limiter_opt(self.io_throughput_limiter.clone())
.set_component("split_downloader_merge");
let merge_executor_io_controls =
split_downloader_io_controls.clone().set_component("merger");
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: throughput throttling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant